Class: Quickfix::CashSettlDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlDateRelativeTo

Returns a new instance of CashSettlDateRelativeTo.



63238
63239
63240
63241
63242
63243
63244
# File 'lib/quickfix_fields.rb', line 63238

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