Class: Quickfix::LegOptionExerciseLatestTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseLatestTime

Returns a new instance of LegOptionExerciseLatestTime.



49419
49420
49421
49422
49423
49424
49425
# File 'lib/quickfix_fields.rb', line 49419

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