Class: Quickfix::QuoteMsgID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteMsgID

Returns a new instance of QuoteMsgID.



2775
2776
2777
2778
2779
2780
2781
# File 'lib/quickfix_fields.rb', line 2775

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

Class Method Details

.fieldObject



2772
2773
2774
# File 'lib/quickfix_fields.rb', line 2772

def QuoteMsgID.field
	return 1166
end