Class: Quickfix::StrikeExerciseStyle

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StrikeExerciseStyle

Returns a new instance of StrikeExerciseStyle.



17309
17310
17311
17312
17313
17314
17315
# File 'lib/quickfix_fields.rb', line 17309

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

Class Method Details

.fieldObject



17306
17307
17308
# File 'lib/quickfix_fields.rb', line 17306

def StrikeExerciseStyle.field
	return 1304
end