Class: Quickfix::AssetSubType

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

Returns a new instance of AssetSubType.



76095
76096
76097
76098
76099
76100
76101
# File 'lib/quickfix_fields.rb', line 76095

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

Class Method Details

.fieldObject



76092
76093
76094
# File 'lib/quickfix_fields.rb', line 76092

def AssetSubType.field
  return 2735
end