Class: Quickfix::UpfrontPriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UpfrontPriceType

Returns a new instance of UpfrontPriceType.



22613
22614
22615
22616
22617
22618
22619
# File 'lib/quickfix_fields.rb', line 22613

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