Class: Quickfix::LegPaymentStreamContractPriceCurrency

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

Returns a new instance of LegPaymentStreamContractPriceCurrency.



50069
50070
50071
50072
50073
50074
50075
# File 'lib/quickfix_fields.rb', line 50069

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

Class Method Details

.fieldObject



50066
50067
50068
# File 'lib/quickfix_fields.rb', line 50066

def LegPaymentStreamContractPriceCurrency.field
  return 41560
end