Class: Quickfix::PaymentStubIndexFloorRateSellSide

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

Returns a new instance of PaymentStubIndexFloorRateSellSide.



38876
38877
38878
38879
38880
38881
38882
# File 'lib/quickfix_fields.rb', line 38876

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

Class Method Details

.fieldObject



38873
38874
38875
# File 'lib/quickfix_fields.rb', line 38873

def PaymentStubIndexFloorRateSellSide.field
  return 40891
end