Class: Quickfix::StreamAsgnRptID

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

Returns a new instance of StreamAsgnRptID.



19857
19858
19859
19860
19861
19862
19863
# File 'lib/quickfix_fields.rb', line 19857

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

Class Method Details

.fieldObject



19854
19855
19856
# File 'lib/quickfix_fields.rb', line 19854

def StreamAsgnRptID.field
  return 1501
end