Class: Quickfix::NoNested4PartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNested4PartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
9665 9666 9667 9668 9669 9670 9671 |
# File 'lib/quickfix_fields.rb', line 9665 def initialize(data = nil) if( data == nil ) super(1414) else super(1414, data) end end |
Class Method Details
.field ⇒ Object
9662 9663 9664 |
# File 'lib/quickfix_fields.rb', line 9662 def NoNested4PartyIDs.field return 1414 end |