Class: Quickfix::NoUnderlyingSettlRateFallbacks

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingSettlRateFallbacks

Returns a new instance of NoUnderlyingSettlRateFallbacks.



35860
35861
35862
35863
35864
35865
35866
# File 'lib/quickfix_fields.rb', line 35860

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