Class: Quickfix::DerivativeInstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::DerivativeInstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrumentPartyIDSource
constructor
A new instance of DerivativeInstrumentPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrumentPartyIDSource
Returns a new instance of DerivativeInstrumentPartyIDSource.
17179 17180 17181 17182 17183 17184 17185 |
# File 'lib/quickfix_fields.rb', line 17179 def initialize(data = nil) if( data == nil ) super(1294) else super(1294, data) end end |
Class Method Details
.field ⇒ Object
17176 17177 17178 |
# File 'lib/quickfix_fields.rb', line 17176 def DerivativeInstrumentPartyIDSource.field return 1294 end |