Class: Quickfix::PaymentStreamMarketRate

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

Returns a new instance of PaymentStreamMarketRate.



36900
36901
36902
36903
36904
36905
36906
# File 'lib/quickfix_fields.rb', line 36900

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

Class Method Details

.fieldObject



36897
36898
36899
# File 'lib/quickfix_fields.rb', line 36897

def PaymentStreamMarketRate.field
  return 40739
end