Class: Quickfix::UnderlyingPaymentStubFixedCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubFixedCurrency

Returns a new instance of UnderlyingPaymentStubFixedCurrency.



36562
36563
36564
36565
36566
36567
36568
# File 'lib/quickfix_fields.rb', line 36562

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