Class: Quickfix::TradeLegRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeLegRefID

Returns a new instance of TradeLegRefID.



4322
4323
4324
4325
4326
4327
4328
# File 'lib/quickfix_fields.rb', line 4322

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

Class Method Details

.fieldObject



4319
4320
4321
# File 'lib/quickfix_fields.rb', line 4319

def TradeLegRefID.field
	return 824
end