Class: Quickfix::LegPaymentStreamTotalFixedAmount

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



50030
50031
50032
50033
50034
50035
50036
# File 'lib/quickfix_fields.rb', line 50030

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

Class Method Details

.fieldObject



50027
50028
50029
# File 'lib/quickfix_fields.rb', line 50027

def LegPaymentStreamTotalFixedAmount.field
  return 41557
end