Class: Quickfix::UnderlyingStreamPaySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamPaySide

Returns a new instance of UnderlyingStreamPaySide.



34352
34353
34354
34355
34356
34357
34358
# File 'lib/quickfix_fields.rb', line 34352

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