Class: Quickfix::UnderlyingComplexEventQuoteBasis

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventQuoteBasis

Returns a new instance of UnderlyingComplexEventQuoteBasis.



52630
52631
52632
52633
52634
52635
52636
# File 'lib/quickfix_fields.rb', line 52630

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