Class: Quickfix::StreamAsgnType

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

Returns a new instance of StreamAsgnType.



19896
19897
19898
19899
19900
19901
19902
# File 'lib/quickfix_fields.rb', line 19896

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

Class Method Details

.fieldObject



19893
19894
19895
# File 'lib/quickfix_fields.rb', line 19893

def StreamAsgnType.field
  return 1617
end