Class: Quickfix::TradeRequestID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeRequestID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeRequestID
constructor
A new instance of TradeRequestID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeRequestID
Returns a new instance of TradeRequestID.
7741 7742 7743 7744 7745 7746 7747 |
# File 'lib/quickfix_fields.rb', line 7741 def initialize(data = nil) if( data == nil ) super(568) else super(568, data) end end |
Class Method Details
.field ⇒ Object
7738 7739 7740 |
# File 'lib/quickfix_fields.rb', line 7738 def TradeRequestID.field return 568 end |