Class: Quickfix::UnderlyingComplexEventCurrencyTwo

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

Returns a new instance of UnderlyingComplexEventCurrencyTwo.



52617
52618
52619
52620
52621
52622
52623
# File 'lib/quickfix_fields.rb', line 52617

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

Class Method Details

.fieldObject



52614
52615
52616
# File 'lib/quickfix_fields.rb', line 52614

def UnderlyingComplexEventCurrencyTwo.field
  return 2269
end