Class: Quickfix::DerivativeInstrumentPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeInstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartyRole
constructor
A new instance of DerivativeInstrumentPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartyRole
Returns a new instance of DerivativeInstrumentPartyRole.
17192 17193 17194 17195 17196 17197 17198 |
# File 'lib/quickfix_fields.rb', line 17192 def initialize(data = nil) if( data == nil ) super(1295) else super(1295, data) end end |
Class Method Details
.field ⇒ Object
17189 17190 17191 |
# File 'lib/quickfix_fields.rb', line 17189 def DerivativeInstrumentPartyRole.field return 1295 end |