Class: Quickfix::NoMiscFeeSubTypes

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoMiscFeeSubTypes

Returns a new instance of NoMiscFeeSubTypes.



62718
62719
62720
62721
62722
62723
62724
# File 'lib/quickfix_fields.rb', line 62718

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

Class Method Details

.fieldObject



62715
62716
62717
# File 'lib/quickfix_fields.rb', line 62715

def NoMiscFeeSubTypes.field
  return 2633
end