Class: Quickfix::NoNested3PartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNested3PartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested3PartySubIDs
constructor
A new instance of NoNested3PartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNested3PartySubIDs
Returns a new instance of NoNested3PartySubIDs.
12837 12838 12839 12840 12841 12842 12843 |
# File 'lib/quickfix_fields.rb', line 12837 def initialize(data = nil) if( data == nil ) super(952) else super(952, data) end end |