Class: Quickfix::UnderlyingProvisionCashSettlQuoteType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteType

Returns a new instance of UnderlyingProvisionCashSettlQuoteType.



60027
60028
60029
60030
60031
60032
60033
# File 'lib/quickfix_fields.rb', line 60027

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

Class Method Details

.fieldObject



60024
60025
60026
# File 'lib/quickfix_fields.rb', line 60024

def UnderlyingProvisionCashSettlQuoteType.field
	return 42169
end