Class: Quickfix::NoInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrumentPartySubIDs
constructor
A new instance of NoInstrumentPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
14111 14112 14113 14114 14115 14116 14117 |
# File 'lib/quickfix_fields.rb', line 14111 def initialize(data = nil) if( data == nil ) super(1052) else super(1052, data) end end |
Class Method Details
.field ⇒ Object
14108 14109 14110 |
# File 'lib/quickfix_fields.rb', line 14108 def NoInstrumentPartySubIDs.field return 1052 end |