Class: Quickfix::UnderlyingInstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingInstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyIDSource
constructor
A new instance of UnderlyingInstrumentPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyIDSource
Returns a new instance of UnderlyingInstrumentPartyIDSource.
18804 18805 18806 18807 18808 18809 18810 |
# File 'lib/quickfix_fields.rb', line 18804 def initialize(data = nil) if( data == nil ) super(1060) else super(1060, data) end end |
Class Method Details
.field ⇒ Object
18801 18802 18803 |
# File 'lib/quickfix_fields.rb', line 18801 def .field return 1060 end |