Class: Quickfix::TradeConfirmationReferenceID

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

Returns a new instance of TradeConfirmationReferenceID.



75120
75121
75122
75123
75124
75125
75126
# File 'lib/quickfix_fields.rb', line 75120

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

Class Method Details

.fieldObject



75117
75118
75119
# File 'lib/quickfix_fields.rb', line 75117

def TradeConfirmationReferenceID.field
	return 2390
end