Class: Quickfix::RelatedTradeMarketID

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

Returns a new instance of RelatedTradeMarketID.



24355
24356
24357
24358
24359
24360
24361
# File 'lib/quickfix_fields.rb', line 24355

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

Class Method Details

.fieldObject



24352
24353
24354
# File 'lib/quickfix_fields.rb', line 24352

def RelatedTradeMarketID.field
	return 1859
end