Class: Quickfix::UnderlyingInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubIDType
constructor
A new instance of UnderlyingInstrumentPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubIDType
Returns a new instance of UnderlyingInstrumentPartySubIDType.
18843 18844 18845 18846 18847 18848 18849 |
# File 'lib/quickfix_fields.rb', line 18843 def initialize(data = nil) if( data == nil ) super(1064) else super(1064, data) end end |
Class Method Details
.field ⇒ Object
18840 18841 18842 |
# File 'lib/quickfix_fields.rb', line 18840 def UnderlyingInstrumentPartySubIDType.field return 1064 end |