Class: Quickfix::LegPaymentStreamFlatRateIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFlatRateIndicator

Returns a new instance of LegPaymentStreamFlatRateIndicator.



49926
49927
49928
49929
49930
49931
49932
# File 'lib/quickfix_fields.rb', line 49926

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