Class: Quickfix::PaymentStubLength

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

Returns a new instance of PaymentStubLength.



38655
38656
38657
38658
38659
38660
38661
# File 'lib/quickfix_fields.rb', line 38655

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

Class Method Details

.fieldObject



38652
38653
38654
# File 'lib/quickfix_fields.rb', line 38652

def PaymentStubLength.field
  return 40874
end