Class: Quickfix::NoRelatedTrades

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoRelatedTrades

Returns a new instance of NoRelatedTrades.



24303
24304
24305
24306
24307
24308
24309
# File 'lib/quickfix_fields.rb', line 24303

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

Class Method Details

.fieldObject



24300
24301
24302
# File 'lib/quickfix_fields.rb', line 24300

def NoRelatedTrades.field
	return 1855
end