Class: Quickfix::NoNested4PartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNested4PartyIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested4PartyIDs
constructor
A new instance of NoNested4PartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNested4PartyIDs
Returns a new instance of NoNested4PartyIDs.
18687 18688 18689 18690 18691 18692 18693 |
# File 'lib/quickfix_fields.rb', line 18687 def initialize(data = nil) if( data == nil ) super(1414) else super(1414, data) end end |