Class: Quickfix::UnderlyingPaymentStubIndexFloorRateBuySide

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

Returns a new instance of UnderlyingPaymentStubIndexFloorRateBuySide.



36731
36732
36733
36734
36735
36736
36737
# File 'lib/quickfix_fields.rb', line 36731

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

Class Method Details

.fieldObject



36728
36729
36730
# File 'lib/quickfix_fields.rb', line 36728

def UnderlyingPaymentStubIndexFloorRateBuySide.field
  return 40726
end