Class: Quickfix::UnderlyingComplexEventScheduleRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleRollConvention

Returns a new instance of UnderlyingComplexEventScheduleRollConvention.



52877
52878
52879
52880
52881
52882
52883
# File 'lib/quickfix_fields.rb', line 52877

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