Class: Quickfix::NoSideTrdRegTS

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSideTrdRegTS



3217
3218
3219
3220
3221
3222
3223
# File 'lib/quickfix_fields.rb', line 3217

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

Class Method Details

.fieldObject



3214
3215
3216
# File 'lib/quickfix_fields.rb', line 3214

def NoSideTrdRegTS.field
  return 1016
end