Class: Quickfix::LegPaymentStubLength

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



32753
32754
32755
32756
32757
32758
32759
# File 'lib/quickfix_fields.rb', line 32753

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

Class Method Details

.fieldObject



32750
32751
32752
# File 'lib/quickfix_fields.rb', line 32750

def LegPaymentStubLength.field
  return 40420
end