Class: Quickfix::UnderlyingPhysicalSettlCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPhysicalSettlCurrency

Returns a new instance of UnderlyingPhysicalSettlCurrency.



58623
58624
58625
58626
58627
58628
58629
# File 'lib/quickfix_fields.rb', line 58623

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