Class: Quickfix::PaymentPriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentPriceType

Returns a new instance of PaymentPriceType.



39201
39202
39203
39204
39205
39206
39207
# File 'lib/quickfix_fields.rb', line 39201

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