Class: Quickfix::UnderlyingCashSettlMinimumQuoteCurrency

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

Returns a new instance of UnderlyingCashSettlMinimumQuoteCurrency.



58506
58507
58508
58509
58510
58511
58512
# File 'lib/quickfix_fields.rb', line 58506

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

Class Method Details

.fieldObject



58503
58504
58505
# File 'lib/quickfix_fields.rb', line 58503

def UnderlyingCashSettlMinimumQuoteCurrency.field
	return 42052
end