Class: Quickfix::UnderlyingCashSettlValuationSubsequentBusinessDaysOffset

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlValuationSubsequentBusinessDaysOffset

Returns a new instance of UnderlyingCashSettlValuationSubsequentBusinessDaysOffset.



58402
58403
58404
58405
58406
58407
58408
# File 'lib/quickfix_fields.rb', line 58402

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