Class: Quickfix::SideOrigTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideOrigTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideOrigTradeID
constructor
A new instance of SideOrigTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideOrigTradeID
Returns a new instance of SideOrigTradeID.
21638 21639 21640 21641 21642 21643 21644 |
# File 'lib/quickfix_fields.rb', line 21638 def initialize(data = nil) if( data == nil ) super(1507) else super(1507, data) end end |
Class Method Details
.field ⇒ Object
21635 21636 21637 |
# File 'lib/quickfix_fields.rb', line 21635 def SideOrigTradeID.field return 1507 end |