Class: Quickfix::UnderlyingNotionalXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNotionalXIDRef

Returns a new instance of UnderlyingNotionalXIDRef.



72299
72300
72301
72302
72303
72304
72305
# File 'lib/quickfix_fields.rb', line 72299

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