Class: Quickfix::TradeAllocGroupInstruction

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

Returns a new instance of TradeAllocGroupInstruction.



24212
24213
24214
24215
24216
24217
24218
# File 'lib/quickfix_fields.rb', line 24212

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

Class Method Details

.fieldObject



24209
24210
24211
# File 'lib/quickfix_fields.rb', line 24209

def TradeAllocGroupInstruction.field
  return 1848
end