Class: Quickfix::LegSecondaryAssetSubType

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

Returns a new instance of LegSecondaryAssetSubType.



76199
76200
76201
76202
76203
76204
76205
# File 'lib/quickfix_fields.rb', line 76199

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

Class Method Details

.fieldObject



76196
76197
76198
# File 'lib/quickfix_fields.rb', line 76196

def LegSecondaryAssetSubType.field
  return 2743
end