Class: Quickfix::CashSettlDateAdjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CashSettlDateAdjusted

Returns a new instance of CashSettlDateAdjusted.



63290
63291
63292
63293
63294
63295
63296
# File 'lib/quickfix_fields.rb', line 63290

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

Class Method Details

.fieldObject



63287
63288
63289
# File 'lib/quickfix_fields.rb', line 63287

def CashSettlDateAdjusted.field
	return 42213
end