Class: Quickfix::StrikeRuleID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikeRuleID

Returns a new instance of StrikeRuleID.



5089
5090
5091
5092
5093
5094
5095
# File 'lib/quickfix_fields.rb', line 5089

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

Class Method Details

.fieldObject



5086
5087
5088
# File 'lib/quickfix_fields.rb', line 5086

def StrikeRuleID.field
	return 1223
end