Class: Quickfix::PaymentStreamWorldScaleRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamWorldScaleRate

Returns a new instance of PaymentStreamWorldScaleRate.



44700
44701
44702
44703
44704
44705
44706
# File 'lib/quickfix_fields.rb', line 44700

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

Class Method Details

.fieldObject



44697
44698
44699
# File 'lib/quickfix_fields.rb', line 44697

def PaymentStreamWorldScaleRate.field
  return 41189
end