Class: Quickfix::SubscriptionRequestType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SubscriptionRequestType



8144
8145
8146
8147
8148
8149
8150
# File 'lib/quickfix_fields.rb', line 8144

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

Class Method Details

.fieldObject



8141
8142
8143
# File 'lib/quickfix_fields.rb', line 8141

def SubscriptionRequestType.field
  return 263
end