Class: Quickfix::DerivativeInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartySubIDType
constructor
A new instance of DerivativeInstrumentPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartySubIDType
Returns a new instance of DerivativeInstrumentPartySubIDType.
17231 17232 17233 17234 17235 17236 17237 |
# File 'lib/quickfix_fields.rb', line 17231 def initialize(data = nil) if( data == nil ) super(1298) else super(1298, data) end end |
Class Method Details
.field ⇒ Object
17228 17229 17230 |
# File 'lib/quickfix_fields.rb', line 17228 def DerivativeInstrumentPartySubIDType.field return 1298 end |