Class: Quickfix::StateOrProvinceOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StateOrProvinceOfIssue

Returns a new instance of StateOrProvinceOfIssue.



17413
17414
17415
17416
17417
17418
17419
# File 'lib/quickfix_fields.rb', line 17413

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

Class Method Details

.fieldObject



17410
17411
17412
# File 'lib/quickfix_fields.rb', line 17410

def StateOrProvinceOfIssue.field
  return 471
end