Class: Quickfix::DerivativeInstrumentPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartyID
constructor
A new instance of DerivativeInstrumentPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartyID
Returns a new instance of DerivativeInstrumentPartyID.
17166 17167 17168 17169 17170 17171 17172 |
# File 'lib/quickfix_fields.rb', line 17166 def initialize(data = nil) if( data == nil ) super(1293) else super(1293, data) end end |
Class Method Details
.field ⇒ Object
17163 17164 17165 |
# File 'lib/quickfix_fields.rb', line 17163 def DerivativeInstrumentPartyID.field return 1293 end |