Class: Quickfix::StreamAsgnAckType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnAckType

Returns a new instance of StreamAsgnAckType.



14033
14034
14035
14036
14037
14038
14039
# File 'lib/quickfix_fields.rb', line 14033

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

Class Method Details

.fieldObject



14030
14031
14032
# File 'lib/quickfix_fields.rb', line 14030

def StreamAsgnAckType.field
  return 1503
end