Class: Quickfix::UnderlyingPhysicalSettlCurrency

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

Class Method Details

.fieldObject



58620
58621
58622
# File 'lib/quickfix_fields.rb', line 58620

def UnderlyingPhysicalSettlCurrency.field
	return 42061
end