Class: Quickfix::NoPaymentStubs

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



38629
38630
38631
38632
38633
38634
38635
# File 'lib/quickfix_fields.rb', line 38629

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

Class Method Details

.fieldObject



38626
38627
38628
# File 'lib/quickfix_fields.rb', line 38626

def NoPaymentStubs.field
  return 40872
end