Class: Quickfix::NoUnderlyingStreamAssetAttributes

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) ⇒ NoUnderlyingStreamAssetAttributes

Returns a new instance of NoUnderlyingStreamAssetAttributes.



53475
53476
53477
53478
53479
53480
53481
# File 'lib/quickfix_fields.rb', line 53475

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

Class Method Details

.fieldObject



53472
53473
53474
# File 'lib/quickfix_fields.rb', line 53472

def NoUnderlyingStreamAssetAttributes.field
  return 41800
end