Class: Quickfix::SideClearingTradePriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideClearingTradePriceType

Returns a new instance of SideClearingTradePriceType.



21937
21938
21939
21940
21941
21942
21943
# File 'lib/quickfix_fields.rb', line 21937

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