Class: Quickfix::LegOptionExerciseStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseStartDateOffsetPeriod

Returns a new instance of LegOptionExerciseStartDateOffsetPeriod.



49302
49303
49304
49305
49306
49307
49308
# File 'lib/quickfix_fields.rb', line 49302

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