Class: Quickfix::NoNested4PartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNested4PartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested4PartySubIDs
constructor
A new instance of NoNested4PartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNested4PartySubIDs
Returns a new instance of NoNested4PartySubIDs.
18674 18675 18676 18677 18678 18679 18680 |
# File 'lib/quickfix_fields.rb', line 18674 def initialize(data = nil) if( data == nil ) super(1413) else super(1413, data) end end |