Class: Quickfix::InstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartySubIDType
constructor
A new instance of InstrumentPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartySubIDType
Returns a new instance of InstrumentPartySubIDType.
14137 14138 14139 14140 14141 14142 14143 |
# File 'lib/quickfix_fields.rb', line 14137 def initialize(data = nil) if( data == nil ) super(1054) else super(1054, data) end end |
Class Method Details
.field ⇒ Object
14134 14135 14136 |
# File 'lib/quickfix_fields.rb', line 14134 def InstrumentPartySubIDType.field return 1054 end |