Class: Quickfix::LegCashSettlDateUnadjusted

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

Returns a new instance of LegCashSettlDateUnadjusted.



64551
64552
64553
64554
64555
64556
64557
# File 'lib/quickfix_fields.rb', line 64551

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

Class Method Details

.fieldObject



64548
64549
64550
# File 'lib/quickfix_fields.rb', line 64548

def LegCashSettlDateUnadjusted.field
	return 42299
end