Class: Quickfix::SettlPriceType

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) ⇒ SettlPriceType

Returns a new instance of SettlPriceType.



10016
10017
10018
10019
10020
10021
10022
# File 'lib/quickfix_fields.rb', line 10016

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

Class Method Details

.fieldObject



10013
10014
10015
# File 'lib/quickfix_fields.rb', line 10013

def SettlPriceType.field
  return 731
end