Class: Quickfix::NoSideTrdRegTS

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

Returns a new instance of NoSideTrdRegTS.



13643
13644
13645
13646
13647
13648
13649
# File 'lib/quickfix_fields.rb', line 13643

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

Class Method Details

.fieldObject



13640
13641
13642
# File 'lib/quickfix_fields.rb', line 13640

def NoSideTrdRegTS.field
  return 1016
end