Class: Quickfix::LegOptionExerciseBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseBusinessDayConvention

Returns a new instance of LegOptionExerciseBusinessDayConvention.



49198
49199
49200
49201
49202
49203
49204
# File 'lib/quickfix_fields.rb', line 49198

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