Class: Quickfix::LegOptionExerciseExpirationRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseExpirationRollConvention

Returns a new instance of LegOptionExerciseExpirationRollConvention.



49588
49589
49590
49591
49592
49593
49594
# File 'lib/quickfix_fields.rb', line 49588

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