Class: Quickfix::LegStreamNotional

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

Returns a new instance of LegStreamNotional.



30491
30492
30493
30494
30495
30496
30497
# File 'lib/quickfix_fields.rb', line 30491

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

Class Method Details

.fieldObject



30488
30489
30490
# File 'lib/quickfix_fields.rb', line 30488

def LegStreamNotional.field
  return 40246
end