Class: Quickfix::NoNestedPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoNestedPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNestedPartyIDs
constructor
A new instance of NoNestedPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoNestedPartyIDs
Returns a new instance of NoNestedPartyIDs.
7390 7391 7392 7393 7394 7395 7396 |
# File 'lib/quickfix_fields.rb', line 7390 def initialize(data = nil) if( data == nil ) super(539) else super(539, data) end end |
Class Method Details
.field ⇒ Object
7387 7388 7389 |
# File 'lib/quickfix_fields.rb', line 7387 def NoNestedPartyIDs.field return 539 end |