Class: Quickfix::LegPaymentStreamRate

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

Returns a new instance of LegPaymentStreamRate.



31531
31532
31533
31534
31535
31536
31537
# File 'lib/quickfix_fields.rb', line 31531

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

Class Method Details

.fieldObject



31528
31529
31530
# File 'lib/quickfix_fields.rb', line 31528

def LegPaymentStreamRate.field
  return 40326
end