Class: Quickfix::InstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::InstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartyIDSource
constructor
A new instance of InstrumentPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartyIDSource
Returns a new instance of InstrumentPartyIDSource.
14085 14086 14087 14088 14089 14090 14091 |
# File 'lib/quickfix_fields.rb', line 14085 def initialize(data = nil) if( data == nil ) super(1050) else super(1050, data) end end |
Class Method Details
.field ⇒ Object
14082 14083 14084 |
# File 'lib/quickfix_fields.rb', line 14082 def InstrumentPartyIDSource.field return 1050 end |