Class: Quickfix::ComplexEventCreditEventCurrency

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

Returns a new instance of ComplexEventCreditEventCurrency.



40774
40775
40776
40777
40778
40779
40780
# File 'lib/quickfix_fields.rb', line 40774

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

Class Method Details

.fieldObject



40771
40772
40773
# File 'lib/quickfix_fields.rb', line 40771

def ComplexEventCreditEventCurrency.field
  return 41000
end