Class: Quickfix::LegTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTradeID
constructor
A new instance of LegTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegTradeID
Returns a new instance of LegTradeID.
24784 24785 24786 24787 24788 24789 24790 |
# File 'lib/quickfix_fields.rb', line 24784 def initialize(data = nil) if( data == nil ) super(1894) else super(1894, data) end end |
Class Method Details
.field ⇒ Object
24781 24782 24783 |
# File 'lib/quickfix_fields.rb', line 24781 def LegTradeID.field return 1894 end |