Class: Quickfix::TimeBracket

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TimeBracket

Returns a new instance of TimeBracket.



16984
16985
16986
16987
16988
16989
16990
# File 'lib/quickfix_fields.rb', line 16984

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

Class Method Details

.fieldObject



16981
16982
16983
# File 'lib/quickfix_fields.rb', line 16981

def TimeBracket.field
	return 943
end