Class: Quickfix::LegCashSettlValuationTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCashSettlValuationTime

Returns a new instance of LegCashSettlValuationTime.



46767
46768
46769
46770
46771
46772
46773
# File 'lib/quickfix_fields.rb', line 46767

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