Class: Quickfix::LegInstrumentPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegInstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartySubID
constructor
A new instance of LegInstrumentPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartySubID
Returns a new instance of LegInstrumentPartySubID.
48769 48770 48771 48772 48773 48774 48775 |
# File 'lib/quickfix_fields.rb', line 48769 def initialize(data = nil) if( data == nil ) super(2259) else super(2259, data) end end |
Class Method Details
.field ⇒ Object
48766 48767 48768 |
# File 'lib/quickfix_fields.rb', line 48766 def LegInstrumentPartySubID.field return 2259 end |