Class: Quickfix::StreamAsgnReqType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnReqType

Returns a new instance of StreamAsgnReqType.



19818
19819
19820
19821
19822
19823
19824
# File 'lib/quickfix_fields.rb', line 19818

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