Class: Quickfix::UnderlyingStreamPaySide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



34349
34350
34351
# File 'lib/quickfix_fields.rb', line 34349

def UnderlyingStreamPaySide.field
  return 40543
end