Class: Quickfix::UnderlyingStreamNotionalXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamNotionalXIDRef

Returns a new instance of UnderlyingStreamNotionalXIDRef.



56491
56492
56493
56494
56495
56496
56497
# File 'lib/quickfix_fields.rb', line 56491

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