Class: Quickfix::UnderlyingExerciseStyle

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExerciseStyle

Returns a new instance of UnderlyingExerciseStyle.



18830
18831
18832
18833
18834
18835
18836
# File 'lib/quickfix_fields.rb', line 18830

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

Class Method Details

.fieldObject



18827
18828
18829
# File 'lib/quickfix_fields.rb', line 18827

def UnderlyingExerciseStyle.field
	return 1419
end