Class: Quickfix::OrigTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrigTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrigTradeID
constructor
A new instance of OrigTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrigTradeID
Returns a new instance of OrigTradeID.
15034 15035 15036 15037 15038 15039 15040 |
# File 'lib/quickfix_fields.rb', line 15034 def initialize(data = nil) if( data == nil ) super(1126) else super(1126, data) end end |
Class Method Details
.field ⇒ Object
15031 15032 15033 |
# File 'lib/quickfix_fields.rb', line 15031 def OrigTradeID.field return 1126 end |