Class: Quickfix::ComplexEventPriceBoundaryMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPriceBoundaryMethod

Returns a new instance of ComplexEventPriceBoundaryMethod.



19675
19676
19677
19678
19679
19680
19681
# File 'lib/quickfix_fields.rb', line 19675

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