Class: Quickfix::QuoteSetID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteSetID

Returns a new instance of QuoteSetID.



17062
17063
17064
17065
17066
17067
17068
# File 'lib/quickfix_fields.rb', line 17062

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

Class Method Details

.fieldObject



17059
17060
17061
# File 'lib/quickfix_fields.rb', line 17059

def QuoteSetID.field
	return 302
end