Class: Quickfix::PaymentStreamFormulaImageLength

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

Returns a new instance of PaymentStreamFormulaImageLength.



69140
69141
69142
69143
69144
69145
69146
# File 'lib/quickfix_fields.rb', line 69140

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

Class Method Details

.fieldObject



69137
69138
69139
# File 'lib/quickfix_fields.rb', line 69137

def PaymentStreamFormulaImageLength.field
  return 42652
end