Class: Quickfix::SecondaryAssetSubType

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

Returns a new instance of SecondaryAssetSubType.



76277
76278
76279
76280
76281
76282
76283
# File 'lib/quickfix_fields.rb', line 76277

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

Class Method Details

.fieldObject



76274
76275
76276
# File 'lib/quickfix_fields.rb', line 76274

def SecondaryAssetSubType.field
  return 2741
end