Class: Quickfix::LegStreamNotionalDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamNotionalDeterminationMethod

Returns a new instance of LegStreamNotionalDeterminationMethod.



68308
68309
68310
68311
68312
68313
68314
# File 'lib/quickfix_fields.rb', line 68308

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