Class: Quickfix::LegCashSettlDateAdjusted

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

Returns a new instance of LegCashSettlDateAdjusted.



64629
64630
64631
64632
64633
64634
64635
# File 'lib/quickfix_fields.rb', line 64629

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

Class Method Details

.fieldObject



64626
64627
64628
# File 'lib/quickfix_fields.rb', line 64626

def LegCashSettlDateAdjusted.field
	return 42305
end