Class: Quickfix::TradeAllocAmt

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradeAllocAmt

Returns a new instance of TradeAllocAmt.



24186
24187
24188
24189
24190
24191
24192
# File 'lib/quickfix_fields.rb', line 24186

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

Class Method Details

.fieldObject



24183
24184
24185
# File 'lib/quickfix_fields.rb', line 24183

def TradeAllocAmt.field
  return 1846
end