Class: Quickfix::InstrumentPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartySubID
constructor
A new instance of InstrumentPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartySubID
Returns a new instance of InstrumentPartySubID.
14124 14125 14126 14127 14128 14129 14130 |
# File 'lib/quickfix_fields.rb', line 14124 def initialize(data = nil) if( data == nil ) super(1053) else super(1053, data) end end |
Class Method Details
.field ⇒ Object
14121 14122 14123 |
# File 'lib/quickfix_fields.rb', line 14121 def InstrumentPartySubID.field return 1053 end |