Class: Quickfix::StreamAsgnReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnReqID

Returns a new instance of StreamAsgnReqID.



19805
19806
19807
19808
19809
19810
19811
# File 'lib/quickfix_fields.rb', line 19805

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

Class Method Details

.fieldObject



19802
19803
19804
# File 'lib/quickfix_fields.rb', line 19802

def StreamAsgnReqID.field
  return 1497
end