Class: Quickfix::LegComplexEventCurrencyTwo

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) ⇒ LegComplexEventCurrencyTwo

Returns a new instance of LegComplexEventCurrencyTwo.



47638
47639
47640
47641
47642
47643
47644
# File 'lib/quickfix_fields.rb', line 47638

def initialize(data = nil)
  if( data == nil )
    super(2234)
  else
    super(2234, data)
  end
end

Class Method Details

.fieldObject



47635
47636
47637
# File 'lib/quickfix_fields.rb', line 47635

def LegComplexEventCurrencyTwo.field
  return 2234
end