Class: Quickfix::NoNested3PartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoNested3PartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNested3PartyIDs
constructor
A new instance of NoNested3PartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoNested3PartyIDs
Returns a new instance of NoNested3PartyIDs.
12785 12786 12787 12788 12789 12790 12791 |
# File 'lib/quickfix_fields.rb', line 12785 def initialize(data = nil) if( data == nil ) super(948) else super(948, data) end end |
Class Method Details
.field ⇒ Object
12782 12783 12784 |
# File 'lib/quickfix_fields.rb', line 12782 def NoNested3PartyIDs.field return 948 end |