Class: Quickfix::LegCashSettlValuationSubsequentBusinessDaysOffset

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

Returns a new instance of LegCashSettlValuationSubsequentBusinessDaysOffset.



46741
46742
46743
46744
46745
46746
46747
# File 'lib/quickfix_fields.rb', line 46741

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

Class Method Details

.fieldObject



46738
46739
46740
# File 'lib/quickfix_fields.rb', line 46738

def LegCashSettlValuationSubsequentBusinessDaysOffset.field
  return 41347
end