Class: Quickfix::TradeContinuationText

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



57320
57321
57322
# File 'lib/quickfix_fields.rb', line 57320

def TradeContinuationText.field
  return 2374
end