Class: Quickfix::NoNested2PartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoNested2PartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested2PartyIDs
constructor
A new instance of NoNested2PartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoNested2PartyIDs
Returns a new instance of NoNested2PartyIDs.
10341 10342 10343 10344 10345 10346 10347 |
# File 'lib/quickfix_fields.rb', line 10341 def initialize(data = nil) if( data == nil ) super(756) else super(756, data) end end |
Class Method Details
.field ⇒ Object
10338 10339 10340 |
# File 'lib/quickfix_fields.rb', line 10338 def NoNested2PartyIDs.field return 756 end |