Class: Quickfix::StrikeRuleID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StrikeRuleID

Returns a new instance of StrikeRuleID.



16308
16309
16310
16311
16312
16313
16314
# File 'lib/quickfix_fields.rb', line 16308

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

Class Method Details

.fieldObject



16305
16306
16307
# File 'lib/quickfix_fields.rb', line 16305

def StrikeRuleID.field
	return 1223
end