Class: Quickfix::LegPaymentStreamFixedAmount

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

Returns a new instance of LegPaymentStreamFixedAmount.



31544
31545
31546
31547
31548
31549
31550
# File 'lib/quickfix_fields.rb', line 31544

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

Class Method Details

.fieldObject



31541
31542
31543
# File 'lib/quickfix_fields.rb', line 31541

def LegPaymentStreamFixedAmount.field
  return 40327
end