Class: Quickfix::NoNested4PartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
18684 18685 18686 |
# File 'lib/quickfix_fields.rb', line 18684 def NoNested4PartyIDs.field return 1414 end |