Class: Quickfix::TradeContinuationText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeContinuationText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeContinuationText
constructor
A new instance of TradeContinuationText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeContinuationText
Returns a new instance of TradeContinuationText.
57323 57324 57325 57326 57327 57328 57329 |
# File 'lib/quickfix_fields.rb', line 57323 def initialize(data = nil) if( data == nil ) super(2374) else super(2374, data) end end |
Class Method Details
.field ⇒ Object
57320 57321 57322 |
# File 'lib/quickfix_fields.rb', line 57320 def TradeContinuationText.field return 2374 end |