Class: Quickfix::MDSubFeedType

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) ⇒ MDSubFeedType

Returns a new instance of MDSubFeedType.



21599
21600
21601
21602
21603
21604
21605
# File 'lib/quickfix_fields.rb', line 21599

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

Class Method Details

.fieldObject



21596
21597
21598
# File 'lib/quickfix_fields.rb', line 21596

def MDSubFeedType.field
	return 1683
end