Class: Quickfix::SideClearingTradePriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



21934
21935
21936
# File 'lib/quickfix_fields.rb', line 21934

def SideClearingTradePriceType.field
  return 1598
end