Class: Quickfix::CurrentCollateralAmount

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



22288
22289
22290
22291
22292
22293
22294
# File 'lib/quickfix_fields.rb', line 22288

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

Class Method Details

.fieldObject



22285
22286
22287
# File 'lib/quickfix_fields.rb', line 22285

def CurrentCollateralAmount.field
  return 1704
end