Class: Quickfix::CashSettlValuationSubsequentBusinessDaysOffset

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlValuationSubsequentBusinessDaysOffset

Returns a new instance of CashSettlValuationSubsequentBusinessDaysOffset.



27605
27606
27607
27608
27609
27610
27611
# File 'lib/quickfix_fields.rb', line 27605

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