Class: Quickfix::NoLegPaymentStubs

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

Returns a new instance of NoLegPaymentStubs.



32727
32728
32729
32730
32731
32732
32733
# File 'lib/quickfix_fields.rb', line 32727

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

Class Method Details

.fieldObject



32724
32725
32726
# File 'lib/quickfix_fields.rb', line 32724

def NoLegPaymentStubs.field
  return 40418
end