Class: Quickfix::LegPaymentStreamFixedAmountUnitOfMeasure

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFixedAmountUnitOfMeasure

Returns a new instance of LegPaymentStreamFixedAmountUnitOfMeasure.



50017
50018
50019
50020
50021
50022
50023
# File 'lib/quickfix_fields.rb', line 50017

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

Class Method Details

.fieldObject



50014
50015
50016
# File 'lib/quickfix_fields.rb', line 50014

def LegPaymentStreamFixedAmountUnitOfMeasure.field
  return 41556
end