Class: Quickfix::MiscFeeSubType

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

Returns a new instance of MiscFeeSubType.



62731
62732
62733
62734
62735
62736
62737
# File 'lib/quickfix_fields.rb', line 62731

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

Class Method Details

.fieldObject



62728
62729
62730
# File 'lib/quickfix_fields.rb', line 62728

def MiscFeeSubType.field
  return 2634
end