Class: Quickfix::NoUnderlyingPaymentStubs

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

Returns a new instance of NoUnderlyingPaymentStubs.



36497
36498
36499
36500
36501
36502
36503
# File 'lib/quickfix_fields.rb', line 36497

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

Class Method Details

.fieldObject



36494
36495
36496
# File 'lib/quickfix_fields.rb', line 36494

def NoUnderlyingPaymentStubs.field
  return 40708
end