Class: Quickfix::TradeLegRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeLegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeLegRefID
constructor
A new instance of TradeLegRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeLegRefID
Returns a new instance of TradeLegRefID.
11199 11200 11201 11202 11203 11204 11205 |
# File 'lib/quickfix_fields.rb', line 11199 def initialize(data = nil) if( data == nil ) super(824) else super(824, data) end end |
Class Method Details
.field ⇒ Object
11196 11197 11198 |
# File 'lib/quickfix_fields.rb', line 11196 def TradeLegRefID.field return 824 end |