Class: Quickfix::LegPriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPriceType

Returns a new instance of LegPriceType.



9431
9432
9433
9434
9435
9436
9437
# File 'lib/quickfix_fields.rb', line 9431

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