Skip to content

Commit

Permalink
Fixed typo in ruby and python repeating groups example
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Miller committed Sep 15, 2014
1 parent 1194f21 commit cc1b035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/html/python/repeating_groups_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
noMDEntries = quickfix.NoMDEntries()
message.getField(noMDEntries)

group = quickfix42.MarketDataSnapshotFillRefresh.NoMDEntries()
group = quickfix42.MarketDataSnapshotFullRefresh.NoMDEntries()
MDEntryType = quickfix.MDEntryType()
MDEntryPx = quickfix.MDEntryPx()
MDEntrySize = quickfix.MDEntrySize()
Expand Down
2 changes: 1 addition & 1 deletion doc/html/ruby/repeating_groups_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
noMDEntries = Quickfix::NoMDEntries.new()
message.getField(noMDEntries)

group = Quickfix42::MarketDataSnapshotFillRefresh.NoMDEntries.new()
group = Quickfix42::MarketDataSnapshotFullRefresh.NoMDEntries.new()
MDEntryType = Quickfix::MDEntryType.new()
MDEntryPx = Quickfix::MDEntryPx.new()
MDEntrySize = Quickfix::MDEntrySize.new()
Expand Down

0 comments on commit cc1b035

Please sign in to comment.