Class: Quickfix::TrdType

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

Returns a new instance of TrdType.



11251
11252
11253
11254
11255
11256
11257
# File 'lib/quickfix_fields.rb', line 11251

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

Class Method Details

.fieldObject



11248
11249
11250
# File 'lib/quickfix_fields.rb', line 11248

def TrdType.field
  return 828
end