Class: Quickfix::LegPaymentScheduleSettlPeriodPriceUnitOfMeasure

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

Returns a new instance of LegPaymentScheduleSettlPeriodPriceUnitOfMeasure.



49822
49823
49824
49825
49826
49827
49828
# File 'lib/quickfix_fields.rb', line 49822

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

Class Method Details

.fieldObject



49819
49820
49821
# File 'lib/quickfix_fields.rb', line 49819

def LegPaymentScheduleSettlPeriodPriceUnitOfMeasure.field
	return 41541
end