Class: Quickfix::LegOptionExerciseExpirationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseExpirationDateRelativeTo

Returns a new instance of LegOptionExerciseExpirationDateRelativeTo.



49523
49524
49525
49526
49527
49528
49529
# File 'lib/quickfix_fields.rb', line 49523

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