Class: Quickfix::LegPaymentStubFixedCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubFixedCurrency

Returns a new instance of LegPaymentStubFixedCurrency.



32792
32793
32794
32795
32796
32797
32798
# File 'lib/quickfix_fields.rb', line 32792

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