Class: Quickfix::NoDerivativeInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoDerivativeInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDerivativeInstrumentPartySubIDs
constructor
A new instance of NoDerivativeInstrumentPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoDerivativeInstrumentPartySubIDs
Returns a new instance of NoDerivativeInstrumentPartySubIDs.
17205 17206 17207 17208 17209 17210 17211 |
# File 'lib/quickfix_fields.rb', line 17205 def initialize(data = nil) if( data == nil ) super(1296) else super(1296, data) end end |
Class Method Details
.field ⇒ Object
17202 17203 17204 |
# File 'lib/quickfix_fields.rb', line 17202 def NoDerivativeInstrumentPartySubIDs.field return 1296 end |