Class: Quickfix::AllocNetMoney

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

Returns a new instance of AllocNetMoney.



2411
2412
2413
2414
2415
2416
2417
# File 'lib/quickfix_fields.rb', line 2411

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

Class Method Details

.fieldObject



2408
2409
2410
# File 'lib/quickfix_fields.rb', line 2408

def AllocNetMoney.field
  return 154
end