Class: Quickfix::LegPaymentScheduleSettlPeriodPriceCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleSettlPeriodPriceCurrency

Returns a new instance of LegPaymentScheduleSettlPeriodPriceCurrency.



49809
49810
49811
49812
49813
49814
49815
# File 'lib/quickfix_fields.rb', line 49809

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