Class: Quickfix::LegInstrumentPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartyID
constructor
A new instance of LegInstrumentPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartyID
Returns a new instance of LegInstrumentPartyID.
48717 48718 48719 48720 48721 48722 48723 |
# File 'lib/quickfix_fields.rb', line 48717 def initialize(data = nil) if( data == nil ) super(2255) else super(2255, data) end end |
Class Method Details
.field ⇒ Object
48714 48715 48716 |
# File 'lib/quickfix_fields.rb', line 48714 def LegInstrumentPartyID.field return 2255 end |