Class: Quickfix::UnderlyingComplexEventPriceBoundaryMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPriceBoundaryMethod

Returns a new instance of UnderlyingComplexEventPriceBoundaryMethod.



26825
26826
26827
26828
26829
26830
26831
# File 'lib/quickfix_fields.rb', line 26825

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