Class: Quickfix::PaymentStreamFormulaLength

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFormulaLength

Returns a new instance of PaymentStreamFormulaLength.



78162
78163
78164
78165
78166
78167
78168
# File 'lib/quickfix_fields.rb', line 78162

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

Class Method Details

.fieldObject



78159
78160
78161
# File 'lib/quickfix_fields.rb', line 78159

def PaymentStreamFormulaLength.field
  return 43109
end